DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'filmographie', 'USER': 'toto', 'PASSWORD': 'toto', 'HOST': 'localhost', 'PORT': '', } }